func encoding/json.unquoteBytes
5 uses
encoding/json (current package)
decode.go#L681: key, ok := unquoteBytes(item)
decode.go#L884: s, ok := unquoteBytes(item)
decode.go#L935: s, ok := unquoteBytes(item)
decode.go#L1188: s, ok = unquoteBytes(s)
decode.go#L1202: func unquoteBytes(s []byte) (t []byte, ok bool) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)